From: Markus Rost Date: Mon, 11 Nov 2002 22:05:56 +0000 (+0000) Subject: (mouse-wheel-down-button, mouse-wheel-up-button): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29801 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=93c00b6e504856a6a042d05ae9f5a79d0ec13d9d;p=emacs.git (mouse-wheel-down-button, mouse-wheel-up-button): Declare with defvar, not with defcustom. --- diff --git a/lisp/mwheel.el b/lisp/mwheel.el index b2c0c0bddab..eefe44c2ad9 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -52,7 +52,7 @@ (set-default var button) (when active (mouse-wheel-mode 1)))) -(defcustom mouse-wheel-down-button 4 +(defvar mouse-wheel-down-button 4 "Obsolete. Use `mouse-wheel-down-event'.") (defcustom mouse-wheel-down-event ;; In the latest versions of XEmacs, we could just use mouse-%s as well. @@ -63,7 +63,7 @@ :type 'symbol :set 'mouse-wheel-change-button) -(defcustom mouse-wheel-up-button 5 +(defvar mouse-wheel-up-button 5 "Obsolete. Use `mouse-wheel-up-event'.") (defcustom mouse-wheel-up-event ;; In the latest versions of XEmacs, we could just use mouse-%s as well.